home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / fx / grenexp_foliage.tik < prev    next >
Encoding:
Text File  |  2002-10-21  |  1.4 KB  |  89 lines

  1. TIKI
  2. setup
  3. {
  4.     scale 1.0
  5.     path models/fx/dummy
  6.     skelmodel dummy2.skd
  7. }
  8.  
  9. init
  10. {
  11.     client
  12.     {
  13.         cache vsssource.spr
  14.         cache models/fx/bh_metal_fastpiece.tik
  15.         cache models/fx/bh_foliage_leaf.tik
  16.  
  17.         // dusty sprites
  18.  
  19.         sfx originspawn
  20.         (
  21.             count 8
  22.             model vsssource.spr
  23.             circle
  24.             radius 16
  25.             offset 0 0 16
  26.             radialvelocity 0 64 128
  27.             friction 1
  28.             clampvel -999 999 -999 999 0 0
  29.             angles crandom 45 crandom 45 crandom 180
  30.             avelocity 0 0 crandom 90
  31.             life 8 1
  32.             fadedelay 7
  33.             scalemin .5
  34.             scalemax .75
  35.             scalerate .5
  36.             alpha 0.15
  37.             color .5 .5 .5
  38.             spritegridlighting
  39.             collision
  40.             bouncefactor .2
  41.         )
  42.  
  43.         sfx originspawn
  44.         (
  45.             count 12
  46.             model vsssource.spr
  47.             circle
  48.             radius 32
  49.             offset 0 0 16
  50.             radialvelocity 0 128 192
  51.             friction 0.6
  52.             clampvel -999 999 -999 999 0 0
  53.             angles crandom 45 crandom 45 crandom 180
  54.             avelocity 0 0 crandom 90
  55.             life 2 1
  56.             scalemin 1
  57.             scalemax 1.25
  58.             scalerate 1
  59.             fadedelay 1
  60.             alpha 0.15
  61.             color .5 .5 .5
  62.             spritegridlighting
  63.             collision
  64.             bouncefactor .2
  65.         )
  66.  
  67.         sfx originspawn
  68.         (
  69.             model models/fx/bh_foliage_leaf.tik
  70.             count 21
  71.             color 1.00 1.00 1.00
  72.             scale 3.00
  73.             life 1.75 2.00
  74.             velocity 600.00
  75.             accel 0.00 0.00 -250.00
  76.             friction 3.00
  77.             fade
  78.             sphere
  79.             randomroll
  80.         )
  81.     }
  82. }
  83.  
  84. // This section is just needed to be a valid tiki file
  85. animations
  86. {
  87.     idle dummy2.skc 
  88. }
  89.